home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 14 / setup.exe / %MAINDIR% / Scripts / Java App / Source / TEConnection.java < prev    next >
Encoding:
Java Source  |  2001-03-30  |  4.9 KB  |  208 lines

  1. //
  2. // Auto-generated using JActiveX.EXE 5.00.2918
  3. //   (JActiveX D:\PROJECTS\CuteFTPPro\Deploy\ftpte.exe)
  4. //
  5. // WARNING: Do not remove the comments that include "@com" directives.
  6. // This source file must be compiled by a @com-aware compiler.
  7. // If you are using the Microsoft Visual J++ compiler, you must use
  8. // version 1.02.3920 or later. Previous versions will not issue an error
  9. // but will not generate COM-enabled class files.
  10. //
  11.  
  12. package ftpte;
  13.  
  14. import com.ms.com.*;
  15. import com.ms.com.IUnknown;
  16. import com.ms.com.Variant;
  17.  
  18. /** @com.class(classid=C98E2197-A7E2-430E-A701-47F360683167,DynamicCasts) */
  19. public class TEConnection implements IUnknown,com.ms.com.NoAutoScripting,ftpte.ITEConnection
  20. {
  21.   /** @com.method()
  22.       @hidden */
  23.   public native String getHost();
  24.  
  25.   /** @com.method()
  26.       @hidden */
  27.   public native void setHost(String pVal);
  28.  
  29.   /** @com.method()
  30.       @hidden */
  31.   public native String getProtocol();
  32.  
  33.   /** @com.method()
  34.       @hidden */
  35.   public native void setProtocol(String pVal);
  36.  
  37.   /** @com.method()
  38.       @hidden */
  39.   public native int getPort();
  40.  
  41.   /** @com.method()
  42.       @hidden */
  43.   public native void setPort(int pVal);
  44.  
  45.   /** @com.method()
  46.       @hidden */
  47.   public native String getLogin();
  48.  
  49.   /** @com.method()
  50.       @hidden */
  51.   public native void setLogin(String pVal);
  52.  
  53.   /** @com.method()
  54.       @hidden */
  55.   public native String getPassword();
  56.  
  57.   /** @com.method()
  58.       @hidden */
  59.   public native void setPassword(String pVal);
  60.  
  61.   /** @com.method()
  62.       @hidden */
  63.   public native String getUseProxy();
  64.  
  65.   /** @com.method()
  66.       @hidden */
  67.   public native void setUseProxy(String pVal);
  68.  
  69.   /** @com.method()
  70.       @hidden */
  71.   public native String getTransferType();
  72.  
  73.   /** @com.method()
  74.       @hidden */
  75.   public native void setTransferType(String pVal);
  76.  
  77.   /** @com.method()
  78.       @hidden */
  79.   public native String getLocalFolder();
  80.  
  81.   /** @com.method()
  82.       @hidden */
  83.   public native void setLocalFolder(String pVal);
  84.  
  85.   /** @com.method()
  86.       @hidden */
  87.   public native String getRemoteFolder();
  88.  
  89.   /** @com.method()
  90.       @hidden */
  91.   public native void setRemoteFolder(String pVal);
  92.  
  93.   /** @com.method()
  94.       @hidden */
  95.   public native String getLocalFilterInclude();
  96.  
  97.   /** @com.method()
  98.       @hidden */
  99.   public native void setLocalFilterInclude(String pVal);
  100.  
  101.   /** @com.method()
  102.       @hidden */
  103.   public native String getRemoteFilterInclude();
  104.  
  105.   /** @com.method()
  106.       @hidden */
  107.   public native void setRemoteFilterInclude(String pVal);
  108.  
  109.   /** @com.method()
  110.       @hidden */
  111.   public native int getRetries();
  112.  
  113.   /** @com.method()
  114.       @hidden */
  115.   public native void setRetries(int pVal);
  116.  
  117.   /** @com.method()
  118.       @hidden */
  119.   public native int getDelay();
  120.  
  121.   /** @com.method()
  122.       @hidden */
  123.   public native void setDelay(int pVal);
  124.  
  125.   /** @com.method()
  126.       @hidden */
  127.   public native String getAutoRename();
  128.  
  129.   /** @com.method()
  130.       @hidden */
  131.   public native void setAutoRename(String pVal);
  132.  
  133.   /** @com.method()
  134.       @hidden */
  135.   public native String getLocalFilterExclude();
  136.  
  137.   /** @com.method()
  138.       @hidden */
  139.   public native void setLocalFilterExclude(String pVal);
  140.  
  141.   /** @com.method()
  142.       @hidden */
  143.   public native String getRemoteFilterExclude();
  144.  
  145.   /** @com.method()
  146.       @hidden */
  147.   public native void setRemoteFilterExclude(String pVal);
  148.  
  149.   /** @com.method()
  150.       @hidden */
  151.   public native String getLinks();
  152.  
  153.   /** @com.method()
  154.       @hidden */
  155.   public native void setLinks(String pVal);
  156.  
  157.   /** @com.method()
  158.       @hidden */
  159.   public native void Connect();
  160.  
  161.   /** @com.method()
  162.       @hidden */
  163.   public native void Upload(String strLocalName, String strRemoteName);
  164.  
  165.   /** @com.method()
  166.       @hidden */
  167.   public native void Download(String strRemoteName, String strLocalName);
  168.  
  169.   /** @com.method()
  170.       @hidden */
  171.   public native void CreateLocalFolder(String strName);
  172.  
  173.   /** @com.method()
  174.       @hidden */
  175.   public native void CreateRemoteFolder(String strName);
  176.  
  177.   /** @com.method()
  178.       @hidden */
  179.   public native void LocalRemove(String bstrName);
  180.  
  181.   /** @com.method()
  182.       @hidden */
  183.   public native void RemoteRemove(String bstrName);
  184.  
  185.   /** @com.method()
  186.       @hidden */
  187.   public native void LocalRename(String bstrFrom, String bstrTo);
  188.  
  189.   /** @com.method()
  190.       @hidden */
  191.   public native void RemoteRename(String bstrFrom, String bstrTo);
  192.  
  193.   /** @com.method()
  194.       @hidden */
  195.   public native boolean LocalExists(String bstrName);
  196.  
  197.   /** @com.method()
  198.       @hidden */
  199.   public native boolean RemoteExists(String bstrName);
  200.  
  201.   /** @com.method()
  202.       @hidden */
  203.   public native void Disconnect();
  204.  
  205.  
  206.   public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0xc98e2197, (short)0xa7e2, (short)0x430e, (byte)0xa7, (byte)0x1, (byte)0x47, (byte)0xf3, (byte)0x60, (byte)0x68, (byte)0x31, (byte)0x67);
  207. }
  208.